projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d18dc4
)
Fix set-face-attribute example.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Jul 2002 01:58:43 +0000
(
01:58
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Jul 2002 01:58:43 +0000
(
01:58
+0000)
lispref/display.texi
patch
|
blob
|
history
diff --git
a/lispref/display.texi
b/lispref/display.texi
index 32a54622c5d6a4d5466adc063cc69b40dafc737d..0d4cfd88f7669202f3a9ef7b68538098bb98a2d6 100644
(file)
--- a/
lispref/display.texi
+++ b/
lispref/display.texi
@@
-1643,8
+1643,8
@@
Thus,
@example
(set-face-attribute 'foo nil
- :width
:
extended
- :weight
:
bold
+ :width
'
extended
+ :weight
'
bold
:underline "red")
@end example